@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"Microsoft YaHei",'微软雅黑',sans-serif; font-weight: 300;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select{ outline:none; font-family:'Noto Sans SC',"Microsoft YaHei",微软雅黑, sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #2c70b8;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px rgba(0,0,0,.7);}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1460px; margin: 0 auto;}


/*顶部*/
.header{ width: 100%; height:90px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1); padding: 0 120px;  position: relative; z-index: 1111;}
.header .logo{ float: left; padding-top: 22px; }
.header .headRight{ float: right; padding-top:35px;}
.header .nav{ float: left;}
.header .nav ul li{float: left; margin-right: 25px; position: relative;}
.header .nav ul li.focus a{color: #154d9c;}
.header .nav ul li a{ font-size: 19px; color: #333; font-weight: normal; line-height: 1;}
.header .nav ul li a:hover{ color: #154d9c;}
.header .nav ul li .subnav{ width: 5000px; height: 84px; line-height: 50px; position: absolute; left:-50px; top: 18px; display: none;}
.header .nav ul li .subnav::after{ content: ""; width: 5000px; height: 50px; background: #fff; border-top: 1px solid #dddfeb;  position: absolute; left: -2500px; top: 33px;}
.header .nav ul li .subnav ol{ position: relative; z-index: 11; padding-top: 34px;}
.header .nav ul li .subnav ol a{ font-size: 15px; color: #666; display: inline-block; margin-right: 45px;}
.header .nav ul li .subnav ol a:hover{ color: #154d9c;}
.header .nav ul li:hover .subnav{ display: block;}
.header .lang{ float: left;  border-left: #a0a0a0 solid 1px; padding-left: 35px;}
.header .lang a{height: 16px;  font-size: 17px; color: #154d9c; font-weight: bold; line-height: 16px; background:url(../images/icon01.png) no-repeat left center; padding-left: 25px;}
.header .email{ float: left; width: 110px; height: 30px; line-height: 30px; background:#fa7700; font-size: 14px; border-radius: 5px; margin-left: 38px;transition: background 0.56s ease;}
.header .email a{ background:url(../images/icon02.png) no-repeat 15px center; color: #fff; padding-left: 40px; display: block;}
.header .email:hover{background:#c25e00;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner {position: relative; width: 100%;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-wrapper{ width:100%;}
.banner .swiper-container .swiper-slide{width:100%;}
.banner .swiper-container .swiper-slide img{ width: 100%; height: auto;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #fa7700; opacity: 1;}

.neibanner{ width: 100%; height:400px; background-position:center; background-repeat: no-repeat; background-size: cover; display: table; text-align: center;}
.neibanner .bannerTxt{ color: #fff; font-size: 45px; font-weight: normal; text-align: right; line-height: 1; padding-top: 300px;}

.title{ margin-bottom: 25px; overflow: hidden;}
.title h2{ font-size: 33px; font-weight: 500; color: #000; line-height: 1; float: left;}
.title .more{ width: 150px; height: 40px; line-height: 40px; background: #014099; color: #fff; text-align: center; border-radius: 10px; transition: background 0.56s ease; float: right;}
.title .more:hover{background: #003073;}

.iabout{padding: 40px 0 65px; background: #f3f3f3;}
.iabout .aboutBox{ width: 50%; float: left;}
.iabout .aboutBox .box{ line-height: 1.8;}
.iabout .aboutVideo{ width: 50%; overflow: hidden; float: right;}
.iabout .aboutVideo .box{ float: right; width: 668px; height: 426px; padding-top: 40px; padding-left: 30px; background:url(../images/videoBg.png) no-repeat center;}
.iabout .aboutVideo .box img{ cursor: pointer;}
.iabout .aboutVideo .box video{ width: 596px; height: 346px; background: #000;}
.iabout a.more{ width: 150px; height: 40px; line-height: 40px; text-align: center; background: #014099; color: #fff; font-size: 16px; margin-top: 20px; display: block; transition: background 0.56s ease;}
.iabout a.more:hover{ background: #003073;}

.inews{ padding: 70px 0 60px;}
.inews .box{}
.inews .box ul{ overflow: hidden; margin: 0 -17px;}
.inews .box ul li{ width: 25%; padding: 0 17px; float: left;}
.inews .box ul li dl{ padding-bottom: 63.82%; position: relative; overflow: hidden;}
.inews .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .box ul li ol{ padding-top: 8px;}
.inews .box ul li ol h3{ height: 46px; font-size: 18px; color: #000; font-weight: normal; line-height: 23px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.inews .box ul li ol dt{ height: 60px; color: #8a8a8a; font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 20px;}
.inews .box ul li ol dd{ background:url(../images/icon03.png) no-repeat right center; position: relative; overflow: hidden;}
.inews .box ul li ol dd::after{ content: ""; width: 100%; height: 1px; background: #dddddd; position: absolute; right: 30px; top: 50%;}
.inews .box ul li ol dd span{ width: 135px; height: 36px; line-height: 34px; font-size: 15px; color: #b4b4b4; border: #dddddd solid 1px; background:#fff url(../images/icon04.png) no-repeat 20px center; padding-left: 40px; display: block; position: relative; z-index: 11;}
.inews .box ul li a:hover h3{ color: #014099;}
.inews .box ul li a:hover dt{ color: #014099;}

.iIndustry{ padding: 80px 0; background:url(../images/industryBg.jpg) no-repeat center top; background-size: contain;}
.iIndustry .box{}
.iIndustry .box ul{ margin: 0 -13px;}
.iIndustry .box ul li{ float: left; width: 25%; padding: 0 13px;}
.iIndustry .box ul li .con{ width: 100%; height: 428px; border-radius: 15px; color: #fff; padding: 116px 40px 40px; background-position:center; background-repeat: no-repeat; background-size: cover;  overflow: hidden; cursor: pointer;}
.iIndustry .box ul li .con h3{ text-align: center; font-size: 23px; font-weight: normal; line-height: 1; margin-bottom: 28px; padding-bottom: 30px; position: relative;}
.iIndustry .box ul li .con h3::after{ content: ""; width: 54px; height: 2px; background: #fff; position: absolute; left: 50%; bottom: 0; margin-left: -27px;}
.iIndustry .box ul li .con ol{ font-size: 15px; line-height: 1.7;}

.customer{ border-top: 1px solid #cfcfcf;}
.customer .wrap{ padding: 130px 0 110px; background:url(../images/customerBg.jpg) no-repeat right center;}
.customer .con{ width: 54.1%;}
.customer .box ul{ overflow: hidden; margin: 0 -7px;}
.customer .box ul li{ width: 33%; padding: 0 7px; margin-bottom: 18px; float: left;}
.customer .box ul li img{ max-height:94%}
.customer .box ul li dl{ height: 70px; line-height: 66px; text-align: center; border: #d9dee0 solid 2px; background: #fff;}
.customer .box ul li dl:hover{ border: #014099 solid 2px;}
.customer .more{ color: #014099; text-decoration: underline;}


.customer2{ border-top: 1px solid #cfcfcf;}

.customer2 .wrap{ padding: 50px 0 80px; }
.customer2 .wrap .customertitle{height:50px; line-height:50px;font-size:22px;font-weight:bold;margin:20px 0; color:#154d9c;}
.customer2 .con{ width: 54.1%;}
.customer2 .box ul{ overflow: hidden; margin: 0 -7px;}
.customer2 .box ul li{ width: 20%; padding: 0 7px; margin-bottom: 18px; float: left;}
.customer2 .box ul li img{ max-height:93%}
.customer2 .box ul li dl{ height: 70px; line-height: 66px; text-align: center; border: #d9dee0 solid 2px; background: #fff;}
.customer2 .box ul li dl:hover{ border: #014099 solid 2px;}
.customer2 .more{ color: #014099; text-decoration: underline;}

.about{ padding:80px 0 100px;}
.text{ line-height: 2;}

.culture{ padding: 75px 0;}
.culture .linian{ margin-bottom: 65px;}
.culture .linian ul{ margin: 0 -10px;}
.culture .linian ul li{ width: 25%; padding: 0 10px; float: left;}
.culture .linian ul li .con{ height: 238px; position: relative; padding: 25px;}
.culture .linian ul li .con h3{ color: #333; font-size: 20px; text-align: center; font-weight: normal; margin-bottom: 20px; padding-top: 30px; position: relative; z-index: 22;}
.culture .linian ul li .con dl{ font-size: 15px; position: relative; z-index: 22;}
.culture .linian ul li .con::before{ content: ""; width: 100%; height: 100%;  background: #f2f2f2; position: absolute; left: 0; top: 0; z-index: 11;}
.culture .linian ul li .con::after{ content: ""; width: 100px; height: 80px; background: #c5daf9; position: absolute; top: -10px; right: -10px;}
.culture .zhengce{ background: #cee1ff; overflow: hidden; margin-bottom: 65px;}
.culture .zhengce dl{ width: 50%; float: left;}
.culture .zhengce ol{ width: 50%; color: #000; line-height: 2; padding: 100px 100px 0 100px; float: left;}
.culture .text{margin-bottom: 65px;}
.culture .huodong ul{ margin: 0 -15px; overflow: hidden; padding-top: 30px;}
.culture .huodong ul li{ width: 25%; padding: 0 15px; float: left;}

.honorBox{ padding: 80px 0;}
.honorBox ul{ margin: 0 -14px; overflow: hidden;}
.honorBox ul li{ width: 33.33%; padding: 0 14px; margin-bottom: 28px; float: left;}
.honorBox ul li dl{ overflow: hidden;}

.breadcrumb{ width: 100%; height: 150px; background:url(../images/breadcrumbBg.jpg) no-repeat center; background-size: cover; padding-top: 50px;}
.breadcrumb .bread{ color: #6997d8; line-height: 100px; margin-left: -8px; float: left;}
.breadcrumb .bread a{color: #6997d8; margin: 0 8px;}
.breadcrumb .bread a:hover{ text-decoration: underline;}
.breadcrumb .breadTit{ line-height: 100px; color: #fff; font-size: 33px; font-weight: normal; float: right;}

.honor{ width: 100%; height: 530px; padding: 70px 0; background:url(../images/honorBg.jpg) no-repeat center top; background-size: cover;}
.honor .box{ font-size: 15px; line-height: 1.8; margin-bottom: 0;}
.honor a.more{ text-decoration: underline;}

.history{ padding: 62px 0;}
.history .box{ height: 550px; border-radius: 20px; box-shadow: 0 0 10px rgba(0,0,0,.33); position: relative;}
.history .box::before{ content: ""; width: 100%; height: 550px;  background:url(../images/fzlcBg.jpg) no-repeat center; border-radius: 20px; position: absolute; left: 0; top: 0; z-index: 11;}
.history .box::after{ content: ""; width: 1440px; height: 550px; background: #c9c9ca; border-radius: 20px; position: absolute; left: 20px; top: 13px;}
.history .title{ padding: 90px 0 0 70px;}
.history .title h2{ color: #fff;}
.history .box li{ width: 400px; font-size: 16px; color: #fff; line-height:1.6; background: url(../images/icon05.png) no-repeat left top; padding:1px 0 10px 44px; position: absolute; z-index: 111;}
.history .history_1981{ left: 90px; bottom: 60px; }
.history .history_1999{ left: 380px; bottom: 130px; }
.history .history_2003{ left: 610px; bottom: 210px; }
.history .history_2008{ left: 800px; bottom: 280px; }
.history .history_2017{ left: 960px; top: 157px; }
.history .history_2019{ left: 1090px; top: 80px; }

.advantage{ background: #e5e6e4; padding: 60px 0;}
.advantage .box{ padding: 40px 0;}
.advantage .box ul{ margin:  0 -80px;}
.advantage .box ul li{ width: 25%; padding: 0 80px; float: left;}
.advantage .box ul li dl{ width: 146px; height: 146px; line-height: 140px; text-align: center; background: #fff; border: #c9c9c9 solid 3px; border-radius: 10px; margin: 0 auto 15px;}
.advantage .box ul li p{ font-size: 15px; text-align: center;}
.advantage .box ul li:hover dl{ box-shadow: 0 0 5px rgba(0,0,0,.33);}

.products{ padding: 70px 0; background: #f2f2f2;}
.products .item{ margin-bottom: 30px;}
.products .item ul{ margin: 0 -13px;}
.products .item ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 20px; float: left;}
.products .item ul li a{ height: 216px; background: #fff; border-radius: 10px; display: block; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.1); position: relative;  transition: all 0.4s ease 0s;}
.products .item ul li dl{ position: absolute; top: 0; right: 0;}
.products .item ul li ol{ font-size: 18px; position: absolute; bottom: 30px; left:30px;}
.products .item ul li a:hover{box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px; transform: translate3d(0px, -3px, 0px);}

.equipment{ padding: 80px 0;}
.equipment .box{}
.equipment .box ul{ margin: 0 -10px;}
.equipment .box ul li{ width: 25%; padding:10px; float: left;}
.equipment .box ul li .con{ position: relative; cursor: pointer;}
.equipment .box ul li .con dl{ padding-bottom: 67.71%; position: relative; overflow: hidden;}
.equipment .box ul li .con dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.equipment .box ul li .con ol{ width: 100%; height: 100%; background: rgba(1,64,153,0.78); position: absolute; left: 0; top: 0; opacity: 0; transition: opacity 0.56s ease;}
.equipment .box ul li .con ol h3{color: #fff; font-weight: normal; position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%);}
.equipment .box ul li .con:hover ol{ opacity: 1;}

.industry{ padding: 105px 0;}
.industry ul{ margin: 0 -28px;}
.industry ul li{ width: 33.33%; padding: 0 28px; float: left;}
.industry ul li:nth-child(2){ margin-top: 90px;}
.industry ul li a{display: block; border-radius: 15px; overflow: hidden; position: relative;}
.industry ul li a ol{ text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.industry ul li a ol h3{ font-size: 35px; color: #fff; font-weight: normal;}
.industry ul li a ol p{ font-size: 18px; color: #fff; font-weight: normal;}
.industry ul li a ol span{ width: 114px; height: 40px; line-height: 40px; color: #fff; text-align: center; border-radius: 40px; background: rgba(0,128,255,0.54); display: block; margin: 70px auto 0;}

.news{ background: #f2f2f2; padding: 80px 0;}
.news .box{ overflow: hidden;}
.news .box ul li{ margin-bottom: 27px;  transition: all 0.4s ease 0s;}
.news .box ul li a{ background: #fff; overflow: hidden; display: block; box-shadow: -10px 7px 0 #e4e4e4; position: relative; transition: all 0.4s ease 0s;}
.news .box ul li dl{ width: 370px; height: 242px; float: left; position: relative;}
.news .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news .box ul li ol{ padding-left: 416px; padding-top: 35px; padding-right: 250px;}
.news .box ul li ol h3{ font-size: 20px; color: #000; font-weight: 300; margin-bottom: 15px;}
.news .box ul li ol dt{ height: 90px; font-size: 15px; color: #999; }
.news .box ul li ol span{ width: 150px; height: 40px; line-height: 36px; text-align: center; color: #07427d; border: #07427d solid 2px; display: block;}
.news .box ul li .date{ width: 210px; height: 100%; text-align: center; font-size: 20px; color: #acacac; border-left: 2px solid #ebebeb; position: absolute; right: 0; top: 0;}
.news .box ul li .date b{ font-size: 44px; display: block; margin-top: 70px;}
.news .box ul li:hover{transform: translate3d(0px, -3px, 0px);}
.news .box ul li:hover a{ background:#e9e9e9;}

.view{ background: #f2f2f2; padding: 50px 0 110px;}
.view .wrap{ overflow: hidden;}
.view .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.view .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.view .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 70px; bottom: -2px;}
.view .box .newsHead h1{ font-size: 35px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.view .box .newsHead span{ color: #999; margin-right: 30px;}
.view .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
.view .box .industryHead::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 70px; bottom: -2px;}
.view .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.view .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden;}
.view .box .viewPage .boxCon{ float: left;}
.view .box .viewPage .boxCon a{ display: block;}
.view .box .viewPage .boxCon b{ color: #014099;}
.view .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #fa7700; float: right;}
.view .box .viewPage .back a{color: #fff; display: block;}

.rcln{ background:#f4f4fc url(../images/hrBg.jpg) no-repeat center; background-size:auto 100%; padding: 110px 0 140px;}
.rcln .title h2{ text-align: center; float: none;}
.rcln .box{ width: 60%; line-height: 2; padding-top: 20px;}
.rcln .box p{ background:url(../images/icon10.png) no-repeat left 10px; padding-left: 40px; margin-bottom: 25px;}

.rcln02{ background: url(../images/hrBg02.jpg) no-repeat center; background-size: cover; padding: 150px 0;}
.rcln02 ul{ width: 33.33%; text-align: center; color: #fff; padding: 0 85px; float: left;}
.rcln02 ul h3{ font-size: 30px; font-weight: normal; margin:50px 0 20px;}
.rcln02 ul dl{ font-size: 15px; color: #a4d2ff; font-weight: normal;}

.rcln03{ background: #f2f2f2; padding: 75px 0 100px;}
.rcln03 .title h2{ text-align: center; float: none;}
.rcln03 .title p{ color: #777; text-align: center; font-weight: normal; margin-top: 25px;}
.rcln03 .box{}
.rcln03 .box ul{ margin: 0 -40px;}
.rcln03 .box ul li{ width: 33.33%; padding: 15px 40px; float: left;}
.rcln03 .box ul li a{ background: #fff url(../images/icon14.png) no-repeat right 22px center; display: block; overflow: hidden; transition: all 0.4s ease 0s;}
.rcln03 .box ul li dl{ width: 60px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background: #c2c2c2; float: left;  transition: all 0.4s ease 0s;}
.rcln03 .box ul li h3{ font-size: 16px; font-weight: normal; line-height: 60px; padding:0 80px;}
.rcln03 .box ul li a:hover dl{ background: #fa7700;}
.rcln03 .box ul li a:hover{ background: #043385 url(../images/icon15.png) no-repeat right 22px center; color: #fff;}
.rcln03 .more{ width: 175px; height: 46px; line-height: 46px;text-align: center; color: #333; background: #d2d2d2; border-radius: 40px; display: block; margin: 60px auto 0;transition: all 0.4s ease 0s;}
.rcln03 .more:hover{background: #043385; color: #fff;}

.job{ background: #f2f2f2; padding: 70px 0 115px;}
.job .title h2{ text-align: center; float: none;}
.job .biaoti{ overflow: hidden; background: #154d9c; color: #fff; font-size: 18px; line-height: 60px; margin-bottom: 5px;}
.job .biaoti dd{ width: 20%; padding:0 28px; float: left;}
.job .biaoti dd:nth-child(1){ width: 25%;}
.job .biaoti dd:nth-child(5){ width: 15%; text-align: right;}
.job ul { margin-bottom: 10px;background: #fff;}
.job ul.focus dl{display: block;}
.job ul li{line-height:60px; font-size: 16px; color: #000;  overflow: hidden; cursor: pointer;}
.job ul li ol{ width:20%; padding:0 28px; float: left; line-height:60px; font-weight: normal;}
.job ul li ol:nth-child(1){ width: 25%;}
.job ul li ol:nth-child(5){ width: 15%;  text-align: right;}
.job ul li ol.more{ background: url(../images/icon16.png) no-repeat right 28px center; padding-right: 50px;}
.job ul dl{ margin-bottom: 10px; padding: 28px; line-height: 1.8; overflow: hidden; border-top: #f5f3f3 solid 1px; display: none;}
.job ul dl dt{ font-size: 17px; color: #333; font-weight:400; margin-bottom:5px;}
.job ul dl .jobView{ width: 100%; color: #999; margin-bottom: 20px;}

.jobform{ padding: 70px 0 50px; }
.jobform .title h2{ text-align: center; float: none; margin-bottom: 30px;}
.jobform .box{ overflow: hidden; margin-top: -20px; margin-bottom: 50px; }
.jobform .jobtitle{ font-size: 25px; color: #333; line-height: 1; font-weight: 500; padding-bottom: 12px; position: relative; margin-bottom: 50px; }
.jobform .jobtitle:after{ content:""; width: 58px; height: 2px; background: #ef7220; position: absolute; left: 0; bottom: 0; }
.jobform .box ul{ margin: 0 -16px; }
.jobform .box ul li{ width: 33.33%; padding: 0 16px; margin-bottom: 15px; float: left; }
.jobform .box ul dt{ width:25%; padding: 0 16px; margin-bottom: 15px; float: left; }
.jobform .box ul ol{ width:100%; padding: 0 16px; margin-bottom: 15px;}
.jobform .box ul dl{ font-size: 14px; font-weight: 200; color: #262626; margin-bottom: 10px; }
.jobform .box ul dl span{ color: #ff4d4f; margin-right: 5px; }
.jobform .box ul input{ width: 100%; height: 32px; line-height: 30px; border:#d9d9d9 solid 1px; padding: 0 12px; border-radius: 3px;}
.jobform .box ul select{ width: 100%; height: 32px; line-height: 30px; background: #fff; border:#d9d9d9 solid 1px; padding: 0 10px; color: #bfbfbf;  border-radius: 3px;}
.jobform .box ul textarea{ width: 100%; height: 180px; line-height: 20px; border:#d9d9d9 solid 1px; padding:10px; color: #262626;  border-radius: 3px;}
.jobform .box ul option{ color: #262626; }
.jobform .box button{ width: 330px; height: 45px; line-height: 45px; background: #ef7220; color: #fff; font-size: 20px; text-align: center; font-family:'Noto Serif SC',sans-serif; border:none; border-radius: 5px; cursor: pointer; transition: all 0.56s ease;}
.jobform .box button:hover{ background: #d65d0d; }
.jobform .box ul li .upload{ width: 110px; height: 32px; border:#d9d9d9 solid 1px; position: relative; margin-bottom: 10px;cursor: pointer;}
.jobform .box ul li .upload:hover{ border:#ef7220 solid 1px; }
.jobform .box ul li .upload p{ line-height: 30px; color: #5f5f5f; font-size: 14px; background:url(../images/icon17.png) no-repeat 17px center; padding-left: 38px; cursor: pointer;}
.jobform .box ul li .upload input[type="file"]{ width: 110px; height: 32px; position: absolute; left: 0; top: 0; z-index: 111; opacity: 0; -ms-filter: 'alpha(opacity=0)';  cursor: pointer;}
.jobform .box ul li p{font-size: 14px; font-weight: 200; line-height: 1.57; color: #8c8c8c;}
#eduBeginTime,#eduEndTime,#beginTime,#endTime{ background:#fff url(../images/icon18.png) no-repeat right 10px center;}

.footer{ background:url(../images/footerBg.jpg) no-repeat center bottom; background-size: cover; padding-top: 60px;}
.footer .f_l{ float: left; width: 40%;}
.footer .f_l .logo{ margin-bottom: 35px;}
.footer .f_l .box{ color: #fff;}
.footer .f_l .box dl{ font-size: 18px;}
.footer .f_r{ float: right; width: 60%; overflow: hidden;}
.footer .f_r .fnav{ border-bottom: #3c4f79 solid 1px; padding-bottom: 28px;}
.footer .f_r .fnav ul{ overflow: hidden; margin-right: -50px;}
.footer .f_r .fnav ul li{ width: 16.666%; float: left;}
.footer .f_r .fnav ul li dl{ position: relative; margin-bottom:16px; padding-bottom: 5px;}
.footer .f_r .fnav ul li dl::after{ content: ""; width: 28px; height: 1px; background: #fa7700; position: absolute; left: 0; bottom: 0;}
.footer .f_r .fnav ul li dl a{ color: #fa7700; font-size: 18px;}
.footer .f_r .fnav ul li ol a{ display: block;color: #fff;}
.footer .f_r .fnav ul li ol a:hover{color: #fa7700; }
.footer .copyright{ color: #fff; line-height: 70px;}
.footer .copyright a{ color: #fff;}

/*===/分页=============================*/
.fenye{ padding: 45px 0 10px; font-size:16px; margin-left: -8px; text-align: center;}
.off{  padding:8px 15px; background:#e2e2e2; color:#333; margin:0 8px;}
a.off:hover{ background:#07427d; color:#fff; }
.fenye a{ line-height:1;color:#333; padding:8px 15px; margin-right:8px;background:#e2e2e2;}
.fenye a:hover{color:#fff;background:#07427d; }
.fenye a.fenyeon{ line-height:1; background:#07427d; color:#FFF;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

@media screen and (max-width:1600px){
.header{ padding: 0 50px;}
}

@media screen and (max-width:1500px){
.wrap{ width: 100%; padding: 0 20px;}
.header{ padding: 0 20px;}
.customer .wrap{padding: 130px 20px 110px;}
.history .box{ overflow: hidden;}
}

@media screen and (max-width:1440px){
.history .history_1981{ left: 70px; bottom: 80px; }
.history .history_1999{ left: 350px; bottom: 150px; }
.history .history_2003{ left: 560px; bottom: 220px; }
.history .history_2008{ left: 740px; bottom: 290px; }
.history .history_2017{ left: 880px; top: 157px; }
.history .history_2019{ left: 1010px; top: 80px; }
}

@media screen and (max-width:1280px){
.header .logo{ width: 250px; padding-top: 24px;}
.header .nav ul li{ margin-right: 40px;}
.header .nav ul li a{ font-size: 17px;}
.iabout .aboutBox{ padding-right: 20px;}
.iIndustry .box ul li .con{ padding: 95px 30px 40px;}
.title h2{ font-size: 28px;}
.history .box li{ width: 375px; font-size: 15px;}
.history .history_1981{ left: 70px; bottom: 80px; }
.history .history_1999{ left: 320px; bottom: 150px; }
.history .history_2003{ left: 530px; bottom: 220px; }
.history .history_2008{ left: 700px; bottom: 290px; }
.history .history_2017{ left: 830px; top: 157px; }
.history .history_2019{ left: 970px; top: 80px; }
.culture .linian ul li .con h3{ font-size: 18px; padding-top: 20px;}
.culture .linian ul li .con dl{ font-size: 14px;}
.culture .zhengce ol{ padding: 70px 100px 0 100px;}
.footer{ font-size: 15px;}
.footer .f_r .fnav ul li dl a{ font-size: 16px;}
}

@media screen and (max-width:1100px){
body{ padding-top: 60px; }

.header{ width: 100%; height:60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 1111;}
.header .logo{ float: left; padding-top: 8px; }

.header .headRight{ float: none; padding-top: 0; width: 100%; height: calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; position: fixed; left: 0; top: 60px; display: none;}
.header .nav{ width: 100%; border: none; margin-bottom: 20px;}
.header .nav ul li{ float: none; border-bottom: #eee solid 1px; margin-right: 0;}
.header .nav ul li a{ line-height: 50px; font-size: 16px; padding: 0 15px; display: block;}
.header .nav ul li .subnav{ width: 100%; height: auto; line-height: 32px; padding: 20px 0;  background: #f5f5f5; position: relative; left:0; top: 0; display: none;}
.header .nav ul li .subnav::after{display: none;}
.header .nav ul li .subnav ol{ position: relative; z-index: 11; padding-top: 0;}
.header .nav ul li .subnav ol a{ font-size: 15px; color: #666; line-height: 32px; display: inline-block; margin-right: 0;}
.header .nav ul li .subnav ol a:hover{ color: #154d9c;}
.header .nav ul li:hover .subnav{ display: none;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  float:right; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}
}

@media screen and (max-width:1000px){
.wrap{ width: 100%; padding: 0 15px;}
.header{ padding: 0 15px;}
.header .logo{ float: left; width:170px; padding-top: 15px; }
.header .lang{ border-left:none; padding-left: 15px;}

.banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
.neibanner{ width: 100%; height:120px; }
.neibanner .bannerTxt{line-height: 120px; text-align: center; font-size: 18px; padding-top: 0;}

.title{ margin-bottom: 20px; overflow: hidden;}
.title h2{ font-size: 24px; text-align: center; line-height: 1; float: none;}
.title .more{ display: none;}

.iabout{padding: 40px 0; background: #f3f3f3;}
.iabout .aboutBox{ width: 100%; float: none; padding-right: 0; padding-bottom: 25px;}
.iabout .aboutBox .box{ line-height: 1.7; font-size: 14px;}
.iabout .aboutVideo{ width: 100%; overflow: hidden; float: none;}
.iabout .aboutVideo .box{ float: none; width: 100%; height: auto; padding-top: 40px; padding-left: 0; background:url(../images/videoBg.png) no-repeat center;}
.iabout .aboutVideo .box img{ cursor: pointer;}
.iabout .aboutVideo .box video{ width: 596px; height: 205px; background: #000;}
.iabout a.more{ width: 100px; height: 36px; line-height: 36px;  font-size: 14px; margin: 20px auto;}

.inews{ padding: 40px 0 30px;}
.inews .box ul{ overflow: hidden; margin: 0 ;}
.inews .box ul li{ width: 100%; padding: 0; float: none; margin-bottom: 20px;}
.inews .box ul li ol{ padding-top: 8px;}
.inews .box ul li ol h3{ height: auto; font-size: 16px; line-height: 23px;}
.inews .box ul li ol dt{ height: auto; font-size: 13px;  margin-bottom: 15px;}
.inews .box ul li ol dd span{ width: 120px; height: 36px; line-height: 34px; font-size: 14px;  background:#fff url(../images/icon04.png) no-repeat 10px center; padding-left: 30px; }

.iIndustry{ padding: 40px 0; background:url(../images/industryBg.jpg) no-repeat center top; background-size: cover;}
.iIndustry .box ul{ margin: 0 ;}
.iIndustry .box ul li{ float: left; width: 100%; padding: 0; margin-bottom: 15px;}
.iIndustry .box ul li .con{ width: 100%; height: 228px; padding: 40px 20px 40px; }
.iIndustry .box ul li .con h3{ text-align: center; font-size: 20px; margin-bottom: 20px; padding-bottom: 15px;}
.iIndustry .box ul li .con ol{ font-size: 14px; line-height: 1.7;}

.customer{ border-top:none;}
.customer .wrap{ padding: 40px 15px; background:none;}
.customer .con{ width: 100%;}
.customer .box ul{ overflow: hidden; margin: 0 -5px;}
.customer .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.customer .box ul li dl{ height: 70px; line-height: 66px; }
.customer .more{ font-size: 15px; display: block; text-align: center; margin-top: 10px;}

.about{ padding:40px 0;}
.text{ line-height: 1.8; font-size: 14px;}

.culture{ padding: 40px 0 0;}
.culture .linian{ margin-bottom: 40px;}
.culture .linian ul{ margin: 0 ;}
.culture .linian ul li{ width:100%; padding: 0; float: none; margin-bottom: 20px;}
.culture .linian ul li .con{ height: auto; position: relative; padding: 30px;}
.culture .linian ul li .con h3{  font-size: 17px; margin-bottom: 20px; padding-top: 0; }
.culture .linian ul li .con dl{ font-size: 14px; position: relative; z-index: 22;}
.culture .linian ul li .con::before{ content: ""; width: 100%; height: 100%;  background: #f2f2f2; position: absolute; left: 0; top: 0; z-index: 11;}
.culture .linian ul li .con::after{ content: ""; width: 100px; height: 80px; background: #c5daf9; position: absolute; top: -5px; right: -5px;}
.culture .zhengce{ background: #cee1ff; overflow: hidden; margin-bottom: 40px;}
.culture .zhengce dl{ width: 100%; float: none;}
.culture .zhengce ol{ width: 100%; font-size: 15px; line-height: 2; padding: 30px; float: none;}
.culture .text{margin-bottom: 40px;}
.culture .huodong ul{ margin: 0 -5px; overflow: hidden; padding-top: 30px;}
.culture .huodong ul li{ width: 50%; padding: 5px;}

.honorBox{ padding:40px 0;}
.honorBox ul{ margin: 0 -5px; overflow: hidden;}
.honorBox ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.honorBox ul li dl{ overflow: hidden;}

.breadcrumb{ width: 100%; height: 100px; padding-top: 0;}
.breadcrumb .bread{  font-size: 15px; line-height: 100px; margin-left: -8px; float: left;}
.breadcrumb .bread a{color: #6997d8; margin: 0 8px;}
.breadcrumb .breadTit{ line-height: 100px; font-size: 20px; float: right;}

.honor{ width: 100%; height: auto; padding: 40px 0; background:url(../images/honorBg.jpg) no-repeat left top; background-size: cover;}
.honor .box{ font-size: 14px; line-height:1.8; margin-bottom: 20px;}
.honor a.more{ text-decoration: underline; display: block; text-align: center;}

.history{ padding:30px 0;}
.history .box{ height: auto; border-radius: 10px;  padding:50px 20px; position: relative;}
.history .box::before{ content: ""; width: 100%; height: 550px;  background:url(../images/fzlcBg.jpg) no-repeat center; border-radius:10px; position: absolute; left: 0; top: 0; z-index: 11;}
.history .box::after{ content: ""; width: 1440px; height: 550px; background: #c9c9ca; border-radius: 10px; position: absolute; left: 20px; top: 13px;}
.history .title{ padding: 0; position: relative; z-index: 11;}
.history .title h2{ color: #fff;}
.history .box li{ width: 100%; font-size: 14px; line-height:1.6; background: url(../images/icon05.png) no-repeat left top; background-size: 20px; padding:1px 0 10px 30px; position: relative; z-index: 111;}
.history .history_1981{ left: 0; bottom: 0; }
.history .history_1999{ left: 0; bottom: 0; }
.history .history_2003{ left: 0; bottom: 0; }
.history .history_2008{ left: 0; bottom: 0; }
.history .history_2017{ left: 0; top: 0; }
.history .history_2019{ left: 0; top: 0; }

.advantage{ background: #e5e6e4; padding: 40px 0 30px;}
.advantage .box{ padding: 20px 0 0;}
.advantage .box ul{ margin:  0 -10px;}
.advantage .box ul li{ width: 50%; padding: 0 10px; float: left;}
.advantage .box ul li dl{ width: 120px; height: 120px; line-height: 116px;  border: #c9c9c9 solid 3px; border-radius: 10px; margin: 0 auto 5px;}
.advantage .box ul li dl img{ width:60px;}
.advantage .box ul li p{ height: 60px; font-size: 14px; text-align: center;}


.products{ padding: 40px 0 20px;}
.products .item{ margin-bottom: 20px;}
.products .item ul{ margin: 0 -5px;}
.products .item ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px; float: left;}
.products .item ul li a{ height: 160px;  border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.05); position: relative;  transition: all 0.4s ease 0s;}
.products .item ul li dl{ position: absolute; top: 0; right: 0;}
.products .item ul li ol{ width: 100%; font-size: 16px; position: absolute; bottom:10px; left:0; text-align: center;}

.equipment{ padding: 80px 0;}
.equipment .box{}
.equipment .box ul{ margin: 0 -10px;}
.equipment .box ul li{ width: 25%; padding:10px; float: left;}
.equipment .box ul li .con{ position: relative; cursor: pointer;}
.equipment .box ul li .con dl{ padding-bottom: 67.71%; position: relative; overflow: hidden;}
.equipment .box ul li .con dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.equipment .box ul li .con ol{ width: 100%; height: 100%; background: rgba(1,64,153,0.78); position: absolute; left: 0; top: 0; opacity: 0; transition: opacity 0.56s ease;}
.equipment .box ul li .con ol h3{color: #fff; font-weight: normal; position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%);}
.equipment .box ul li .con:hover ol{ opacity: 1;}

.industry{ padding:40px 0;}
.industry ul{ margin: 0;}
.industry ul li{ width: 100%; padding: 0; float: none; margin-bottom: 10px;}
.industry ul li:nth-child(2){ margin-top: 0;}
.industry ul li a{display: block; border-radius: 15px; overflow: hidden; position: relative;}
.industry ul li a dl{ height: 260px; overflow: hidden;}
.industry ul li a dl img{ width: 100%;}
.industry ul li a ol{ text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.industry ul li a ol h3{ font-size: 26px; color: #fff; font-weight: normal;}
.industry ul li a ol p{ font-size: 16px; color: #fff; font-weight: normal;}
.industry ul li a ol span{ width: 114px; height: 40px; line-height: 40px;  margin: 30px auto 0;}

.news{ background: #f2f2f2; padding: 40px 0;}
.news .box{ overflow: hidden;}
.news .box ul li{ margin-bottom: 10px;  transition: all 0.4s ease 0s;}
.news .box ul li a{ background: #fff; overflow: hidden; display: block; box-shadow:0 0 0 #e4e4e4; }
.news .box ul li dl{ width: 100%; height: auto; float: none; position: relative; padding-bottom: 63.82%; overflow: hidden;}
.news .box ul li ol{ padding-left: 0; padding: 15px 15px 20px;}
.news .box ul li ol h3{ font-size: 16px;  margin-bottom: 10px;}
.news .box ul li ol dt{ height: auto; font-size: 14px; color: #999; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.news .box ul li ol span{display: none;}
.news .box ul li .date{ width: 60px; height: 60px; background: #014099;  font-size: 14px; color: #fff; line-height: 1.4; border-left: none; position: absolute; right: 0; top: 0;}
.news .box ul li .date b{ font-size: 16px; display: block; margin-top: 10px;}

.view{ background: #f2f2f2; padding: 20px 0 30px;}
.view .wrap{ overflow: hidden;}
.view .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.view .box .newsHead{ padding: 30px 20px 30px;  position: relative;}
.view .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 20px; bottom: -2px;}
.view .box .newsHead h1{ font-size: 20px;  line-height: 1.2; margin-bottom: 10px;}
.view .box .newsHead span{ font-size: 12px; margin-right:8px;}
.view .box .industryHead{ font-size: 20px; padding: 30px 20px 20px; border-bottom: #eaeaea solid 2px; position: relative;}
.view .box .industryHead::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 20px; bottom: -2px;}
.view .box .viewCon{ padding:30px 20px 40px; line-height:1.8; font-size: 15px;}
.view .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
.view .box .viewPage .boxCon{ float: none; margin-bottom: 20px; font-size: 15px;}
.view .box .viewPage .boxCon a{ display: block;}
.view .box .viewPage .boxCon b{ color: #014099;}
.view .box .viewPage .back{ width: 150px; height: 36px; line-height: 36px; font-size: 15px; float: none; margin: 0 auto;}

.rcln{ background:#f4f4fc url(../images/hrBg.jpg) no-repeat center; background-size:auto 100%; padding: 40px 0 20px;}
.rcln .title h2{ text-align: center; float: none;}
.rcln .box{ width: 100%; line-height: 1.7; font-size: 14px; padding-top:10px;}
.rcln .box p{ background:url(../images/icon10.png) no-repeat left 10px; padding-left: 30px; margin-bottom: 20px;}

.rcln02{ background: url(../images/hrBg02.jpg) no-repeat center; background-size: cover; padding: 40px 0;}
.rcln02 ul{ width: 100%; text-align: center; color: #fff; padding: 0 30px; float: none; margin: 20px 0;}
.rcln02 ul i img{ width: 35px;}
.rcln02 ul h3{ font-size: 20px; font-weight: normal; margin:10px 0 5px;}
.rcln02 ul dl{ font-size: 14px; color: #a4d2ff; font-weight: normal;}

.rcln03{ background: #f2f2f2; padding: 40px 0 50px;}
.rcln03 .title h2{ text-align: center; float: none;}
.rcln03 .title p{ font-size: 15px;  margin-top: 15px;}
.rcln03 .box{}
.rcln03 .box ul{ margin: 0 ;}
.rcln03 .box ul li{ width: 100%; padding: 5px 0; float: none;}
.rcln03 .box ul li a{ background: #fff url(../images/icon14.png) no-repeat right 22px center; display: block; overflow: hidden; transition: all 0.4s ease 0s;}
.rcln03 .box ul li dl{ width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background: #c2c2c2; float: left;  transition: all 0.4s ease 0s;}
.rcln03 .box ul li h3{ font-size: 15px; font-weight: normal; line-height: 50px; padding:0 70px;}
.rcln03 .more{ width: 150px; height: 40px; line-height: 40px; margin: 30px auto 0; font-size: 14px;}

.job{ background: #f2f2f2; padding: 40px 0;}
.job .title h2{ text-align: center; float: none;}
.job .biaoti{ color: #fff; font-size: 16px; line-height: 30px; margin-bottom: 5px; padding: 20px 0;}
.job .biaoti dd{ width: 33.33%; padding:0 20px; float: left;}
.job .biaoti dd:nth-child(1){ width:33.33%;}
.job .biaoti dd:nth-child(5){ width: 33.33%; text-align: left;}
.job ul { margin-bottom: 10px;background: #fff;}
.job ul li{line-height:60px; font-size: 14px; color: #000; padding: 5px 0;  overflow: hidden; cursor: pointer;}
.job ul li ol{ width:33.33%; padding:0 20px; float: left; line-height:30px; font-weight: normal;}
.job ul li ol:nth-child(1){ width: 33.33%;}
.job ul li ol:nth-child(5){ width: 33.33%;  text-align: left;}
.job ul li ol.more{ background: url(../images/icon16.png) no-repeat right 28px center; padding-right: 50px;}
.job ul dl{ margin-bottom: 10px; padding: 20px; line-height: 1.6;  font-size: 14px;}
.job ul dl dt{ font-size: 15px; color: #333; font-weight:400; margin-bottom:5px;}
.job ul dl .jobView{ width: 100%; color: #999; margin-bottom: 20px;}

.jobform{ padding: 40px 0 50px; }
.jobform .title h2{ text-align: center; float: none; margin-bottom: 20px;}
.jobform .box{ overflow: hidden; margin-top: -20px; margin-bottom: 20px; }
.jobform .jobtitle{ font-size: 20px; margin-bottom: 40px; }
.jobform .jobtitle:after{ content:""; width: 58px; height: 2px; background: #ef7220; position: absolute; left: 0; bottom: 0; }
.jobform .box ul{ margin: 0; }
.jobform .box ul li{ width: 100%; padding: 0; margin-bottom: 15px; float: left; }
.jobform .box ul dt{ width:100%; padding: 0; margin-bottom: 15px; float: left; }
.jobform .box ul ol{ width:100%; padding: 0; margin-bottom: 15px;}
.jobform .box ul dl{ font-size: 14px; font-weight: 200; color: #262626; margin-bottom: 10px; }
.jobform .box ul dl span{ color: #ff4d4f; margin-right: 5px; }
.jobform .box ul textarea{ height: 150px; }
.jobform .box button{ width: 100%; height: 40px; line-height: 40px; font-size: 16px;}
.jobform .box button:hover{ background: #d65d0d; }
.jobform .box ul li .upload{ width: 110px; height: 32px; border:#d9d9d9 solid 1px; position: relative; margin-bottom: 10px;cursor: pointer;}
.jobform .box ul li .upload:hover{ border:#ef7220 solid 1px; }
.jobform .box ul li .upload p{ line-height: 30px; color: #5f5f5f; font-size: 14px; padding-left: 38px; cursor: pointer;}
.jobform .box ul li .upload input[type="file"]{ width: 110px; height: 32px; position: absolute; left: 0; top: 0; z-index: 111; opacity: 0; -ms-filter: 'alpha(opacity=0)';  cursor: pointer;}
.jobform .box ul li p{font-size: 14px; font-weight: 200; line-height: 1.57; color: #8c8c8c;}
#eduBeginTime,#eduEndTime,#beginTime,#endTime{ background:#fff url(../images/icon18.png) no-repeat right 10px center;}


.footer{ padding: 20px 0;}
.footer .f_l{ display: none;}
.footer .f_r{ float: none; width: 100%; overflow: hidden;}
.footer .f_r .fnav{ display: none;}

.footer .copyright{ font-size: 14px; color: #fff; line-height: 1.6;}
.footer .copyright a{ color: #fff; display: inline-block;}

.search-dialog{ width: 90%;}

}